home *** CD-ROM | disk | FTP | other *** search
- /* Prototypes for etermSupport.c
-
- For legal stuff see the file COPYRIGHT. */
-
- char **patch_env (char **, int);
- int create_server_socket (int *);
- int accept_server_connection (int);
- void create_channel (int *, int *, int *);
- void fork_shell (char *, char **, char **, int);
-